home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / fplmode.fpl < prev    next >
Text File  |  1995-07-21  |  428b  |  11 lines

  1. // $Id: FPLmode.FPL 1.2 1995/07/21 10:34:13 jskov Exp $
  2. // $VER: FPLMode.FPL 1.0 (15.06.95) © Jesper Skov
  3.  
  4. //»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» FPLMode settings ««
  5. ConstructInfo("fpl_mode", "","", "LBH","", 0,0,0);
  6. ConstructInfo("fpl_mode_ext", "","", "GSHW","", 0,0,"*fpl*");
  7. ConstructInfo("fpl_mode_exe", "","", "GSHW","", 0,0,"CppModeInit();");
  8.  
  9. AddMode(1, "fpl_mode", "fpl_mode_ext", "fpl_mode_exe");
  10.  
  11.